home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-16 | 1.1 KB | 42 lines | [TEXT/MPS ] |
- //==========================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 3 $
- //
- // Author: M.Boetcher
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //==========================================================
-
- #ifndef BINDING_K
- #define BINDING_K
-
- // Kind
- #define kODFButtonKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFButton"
-
- // Editor User String
- #define kODFButtonEditorUserString "ODFButton R3"
-
- // Class ID
- #define kODFButtonEditor "ODFExamples::ODFButton"
-
- // OSType
- #define kODFButtonPartEditorOSType 'odfU'
- #define kODFButtonDocumentOSType 'DFUD'
- #define kODFButtonStationeryOSType 'sFUD'
-
- // Sound OSType
- #define kMacSoundOSType 'snd '
- #define kMacScriptOSType 'scpt'
-
- #define kKindCategoryMapID 128
- #define kEditorKindMapID kKindCategoryMapID + 1
- #define kEditorUserStringMapID kEditorKindMapID + 1
- #define kKindUserStringMapID kEditorUserStringMapID + 1
- #define kOldMacOSTypeMapID kKindUserStringMapID + 1
- #define kEditorPlatformKinds kOldMacOSTypeMapID + 1
-
- #endif
-
-